home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
codelib9
/
v_11_01
/
1101106b
< prev
next >
Wrap
Text File
|
1995-11-01
|
189b
|
8 lines
#include "example.h"
...
message_file = catopen("example.cat", 0);
printf("%s", catgets(message_file, SOME_STRINGS,
FIRST_STRING, "I can't find it");
catclose(message_file);